table.calendar{
	/* style for all the calendar table
	border-spacing: 0.3em
	 */
	margin-left:auto; 
	margin-right:auto;
}

td.calendarHeader {
	/* the style for The calendar header, this includes the two link arrows and the date
	border: 1px dashed;
	*/
}

td.headerDate{
	/* td style for the header date (ex. December 2007)
	background-color: #CCCCCC;
	border-color: blue;
	 */
}

a.headerDate{
	/* link style for the header date 
	text-decoration: underline
	*/
}

td.headerArrow{
	/*td the style for the header link arrows 
	background-color: #3366CC;
	*/
}

a.headerArrow{
	/*link style for the header link arrows
	text-decoration: underline;
	color: #ffffff;
	*/
}

td.dayName{
	/*td style of the day abreviations (S M T W T F S) */
	font-weight: bold;
}

h3.dayName{
	/* font style of the day names */
	font-size: 100%;
	margin: 0;
}

td.calendarToday {
    /* the style for Today day */
	border: solid 1px;
}

a.calendarLink{
	/* style for a normal link in the calendar (that is not in the actual day)	
	text-decoration: underline;
	 */
}
	
a.calendarTodayLink {
	/* link style for a link that is in the actual day 
	text-decoration: underline;
	color: #FFFFFF;
	*/
}

td.calendarLink{
	/*td style for a normal link in the calendar (that is not in the actual day) */	
}

td.calendarTodayLink{
	/* td style for a link that is in the actual day 
	background-color: #3366CC;
	border: 1px dashed;
	*/
}

a.calendarTodayLink {
	/* link style for a link that is in the actual day 
	text-decoration: underline;
	color: #FFFFFF;
	*/
}

ul.dropList {
	}

.dropList ul ul { 
}

ul.articles{
	}
	
li.articles{
}

